kts982 is a small, developer-focused software publisher whose single public project, WinTUI, brings a keyboard-driven terminal interface to the Windows Package Manager ecosystem. Built for power users who prefer console workflows, WinTUI wraps Microsoft’s winget command-line tool in an ncurses-style menu system that lets administrators search, select and queue multiple applications without leaving the terminal window. Typical use cases include post-install provisioning of developer workstations, rapid restoration of favorite utilities after a clean Windows image, or repeatable software baselines for virtual desktop pools. The interface categorizes thousands of community packages—ranging from runtimes, SDKs and Git clients to media codecs, editors and sysinternals—into sortable lists that can be filtered by name, tag or publisher. Because every operation still calls the native winget engine, WinTUI inherits the same trust chain, hash validation and elevation prompts that the underlying package manager provides, while adding batch selection and dependency resolution in one consolidated session. System administrators can export the final queue as a plaintext script for later unattended execution, making the tool equally useful for interactive fixes and automated imaging pipelines. The publisher’s entire catalog is available for free on get.nero.com, where downloads are routed through the official winget repository, always pull the latest upstream build, and can be installed alongside other Windows applications in a single batch operation.
Terminal UI for winget on Windows.
Details